GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-06T18:53:27.6301645+00:00",
"SubmitDate": "2026-02-06T18:53:27.6301645+00:00",
"ReportPeriodStart": "2026-02-06T18:53:27.6301645+00:00",
"ReportPeriodEnd": "2026-02-06T18:53:27.6301645+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "35ae034e-73ba-4432-99d8-c989ee2292f1",
"Rows": [
{
"ItemId": "25c1cd32-c337-4c83-a548-179b0cc426cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "25c1cd32-c337-4c83-a548-179b0cc426cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "35ae034e-73ba-4432-99d8-c989ee2292f1",
"Rows": [
{
"ItemId": "25c1cd32-c337-4c83-a548-179b0cc426cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "25c1cd32-c337-4c83-a548-179b0cc426cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8ac2557d-6ca8-4066-be1b-1a4ec5b428b4",
"39afaeb2-969f-4c29-b014-433f1b1e6d62"
],
"Approvers": [
"992529d7-501f-4f4c-b387-9aeabb1f7dec",
"d1aa8a9c-7131-4420-8a4c-1d7207ead209"
],
"ApprovedBy": "c2928645-93a5-48c2-b9b4-65196962c205",
"ApprovalDate": "2026-02-06T18:53:27.6301645+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "66f4703b-9117-42e9-a5e4-c38135c93d55",
"id": "00601b4f-8653-4303-af7c-e928e35064fd",
"ConfigId": "f1504b96-4327-48c9-a603-a9b642a8af47"
},
{
"GenerationDate": "2026-02-06T18:53:27.6301645+00:00",
"SubmitDate": "2026-02-06T18:53:27.6301645+00:00",
"ReportPeriodStart": "2026-02-06T18:53:27.6301645+00:00",
"ReportPeriodEnd": "2026-02-06T18:53:27.6301645+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "35ae034e-73ba-4432-99d8-c989ee2292f1",
"Rows": [
{
"ItemId": "25c1cd32-c337-4c83-a548-179b0cc426cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "25c1cd32-c337-4c83-a548-179b0cc426cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "35ae034e-73ba-4432-99d8-c989ee2292f1",
"Rows": [
{
"ItemId": "25c1cd32-c337-4c83-a548-179b0cc426cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "25c1cd32-c337-4c83-a548-179b0cc426cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8ac2557d-6ca8-4066-be1b-1a4ec5b428b4",
"39afaeb2-969f-4c29-b014-433f1b1e6d62"
],
"Approvers": [
"992529d7-501f-4f4c-b387-9aeabb1f7dec",
"d1aa8a9c-7131-4420-8a4c-1d7207ead209"
],
"ApprovedBy": "c2928645-93a5-48c2-b9b4-65196962c205",
"ApprovalDate": "2026-02-06T18:53:27.6301645+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "66f4703b-9117-42e9-a5e4-c38135c93d55",
"id": "00601b4f-8653-4303-af7c-e928e35064fd",
"ConfigId": "f1504b96-4327-48c9-a603-a9b642a8af47"
}
]